var net/http.http2testHookOnPanic

3 uses

	net/http (current package)
		h2_bundle.go#L3894: 	http2testHookOnPanic       func(sc *http2serverConn, panicVal interface{}) (rePanic bool)
		h2_bundle.go#L4693: 	if http2testHookOnPanic != nil {
		h2_bundle.go#L4695: 			if http2testHookOnPanic(sc, e) {